/ Assembly List / LJCNetCommon / NetCommon / GetDouble

Namespace - LJCNetCommon


Parameters
value - The value object.

Returns

The double value or zero if the object is null. Also returns zero if the object is not type "double", "decimal", "long" , "int" or "short".

Syntax

C#
public static Double GetDouble(Object value)

Gets a double value from an object.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.